Scratch スプライト
スプライトとは
オブジェクト。スクラッチの基本要素でこれを
動かしたり
移動(xy座標)
確認 x position y position
change change x by ?
set set x to ? set y to ? go to x: ? y: ?
move move ? steps
回転(direction)
確認: direction
change: turn ? degrees`
set: point in direction ? point towards {mouse-pointer|random|another spirite}
style: set rotation style {left-right|don't rotate|all around}
反発
if on edge, bounce
話させたり(looks)
喋らせたり(sound)
ステージ上に複数のスプライトを置くことができて、
他のスプライトにメッセージパシングできる(broadcast)できる
コードの変数などは、スプライト内でスコープを限定することもできる。グローバル?にもできる